home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef ConfigH
- #define ConfigH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Buttons.hpp>
- #include <ComCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Tabnotbk.hpp>
- //---------------------------------------------------------------------------
- class TConfigDlg : public TForm
- {
- __published: // IDE-managed Components
- TTabbedNotebook *Options;
- TLabel *Label5;
- TLabel *Label6;
- TLabel *Label8;
- TEdit *DefaultViewer;
- TCheckBox *ForceDefaultViewer;
- TCheckBox *LowerCaseFiles;
- TBitBtn *DirBtn;
- TCheckBox *ProcessMessagesChk;
- TBitBtn *sfx16dirbtn;
- TLabel *Label1;
- TLabel *Label2;
- TCheckBox *OnStartUnZipInfoChk;
- TCheckBox *OnStartUnZipChk;
- TCheckBox *OnBadCRCChk;
- TCheckBox *OnBadPasswordChk;
- TCheckBox *OnSkippingFileChk;
- TCheckBox *OnStartZipInfoChk;
- TCheckBox *OnStartZipChk;
- TCheckBox *OnEndZipChk;
- TGroupBox *GroupBox1;
- TLabel *Label3;
- TLabel *Label4;
- TButton *Button1;
- TButton *Button2;
- TButton *OKBtn;
- TButton *CancelBtn;
- TOpenDialog *GetViewerDlg;
- TEdit *sfx16;
- TEdit *sfx32;
- TBitBtn *sfx32dirbtn;
- void __fastcall DirBtnClick(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
-
- private: // User declarations
- public: // User declarations
- __fastcall TConfigDlg(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TConfigDlg *ConfigDlg;
- //---------------------------------------------------------------------------
- #endif
-